home *** CD-ROM | disk | FTP | other *** search
/ Amiga Collections: Taifun / Taifun 036 (1987-11-15)(Ossowski, Stefan)(DE)(PD).zip / Taifun 036 (1987-11-15)(Ossowski, Stefan)(DE)(PD).adf / Sectorama / sec.doc < prev    next >
Text File  |  1989-01-18  |  7KB  |  137 lines

  1. ***************************************************************************
  2. *                               SECTORAMA                                 *
  3. *                          Disk Sector Utility                            *
  4. *                      By Talin a.k.a. David Joiner                       *
  5. *                                                                         *
  6. *  IMPORTANT NOTE: This program is freely copyable and distributable,     *
  7. *  courtesy of David Joiner and MicroIllusions. It is NOT Public Domain.  *
  8. *  All copyrights are reserved by the author. You may give copies of this *
  9. *  program to anyone you wish but you may not sell it.                    *
  10. *                                                                         *
  11. ***************************************************************************
  12.     This program is designed to help Amiga users recover lost or damaged
  13. data from floppy or hard drives, or to repair a damaged volume.
  14.  
  15. The Obligatory Gratitude Clause.
  16.     If you like this program and find it useful and worthwhile, you
  17. can do one of several things.
  18.     1) You can do absolutely nothing. That's OK.
  19.     2) If you are a developer, you can send be something you have done or
  20. are working on. I would like that very much.
  21.     3) If you are not a developer, but have lots of neat public domain
  22. software, you could send me something neat. Don't send me anything pirated
  23. or I'll just erase it.
  24.     4) If all else fails send me a thank-you note or other comments.
  25.  
  26.     My Address is:
  27.         David Joiner
  28.         17428 Chatsworth
  29.         Granada Hills, CA 91344
  30.  
  31.     Don't send me any money. I don't have time to run a business, and it's
  32. really not worth the effort. I make enough money writing other kinds of
  33. software (games, creative tools) and we just aren't set up to market
  34. any kind of programming utilities (different kind of tech support, etc).
  35.  
  36.     The reason this program was written is because I had six hard-drive
  37. failures over the course of four months (three different units, two
  38. different manufacturers) and several times got myself into situations where
  39. I just HAD to recover a file from a completely scrambled disk. Since none
  40. of the then-current sector editors would work with hard drives, SECTORAMA
  41. was born.
  42.     Note that this is not a cracking program. I don't even know how to
  43. write one of those (disk interfacing was never one of my areas of interest,
  44. I'm basically a graphics and user-interface type).
  45.  
  46. One other note: Sectorama requires the font TOPAZ-11. Make sure this is
  47. in your current fonts directory or the program won't work.
  48.  
  49. How to use Sectorama:
  50.  
  51. from the CLI, type:
  52.  
  53.         Sec <device>
  54.  
  55.     Where <device> is df0:, df1:, dh0:, hd0:, or whatever. SECTORAMA
  56. in it's current form should work with virtually any AmigaDOS device that
  57. has a block size of 512 bytes.
  58.     The program will open up a high-res interlaced screen and displays
  59. what it thinks is the root block for that device. You will notice that
  60. one of the longwords in the block is highlighted. The highlighting can
  61. be moved around with the mouse or arrow keys, allowing you to select any
  62. of the longwords in the block.
  63.     Other information about the current block is displayed around the
  64. various parts of the screen, including block number, file name (if
  65. applicable), track/cylinder number, driver name, unit number, etc.
  66. Not all of these fields are editable in the current version, and some
  67. never will be.
  68.     At the bottom of the page shows 10 numbers labeled 'History'. This
  69. is a list of the last 10 sectors you looked at. In future versions, you
  70. will be able to click on one of these and go to that sector, but this
  71. feature is not implemented yet.
  72.     At the top right is a list of keyboard commands you can enter:
  73.  
  74.         J) Jump - read in the sector number indicated by the contents of
  75. the currently selected longword.
  76.         R) Root - go to the root block.
  77.         P) Parent - go to this sector's parent, if possible.
  78.         C) Chain - go to the next sector on the hash chain, if possible
  79.         X) Extention - go to this block's extention block, if possible.
  80.         H) Header - go to the Header of this data block.
  81.         D) Go to the next data block.
  82.         L) Show the results of the last sector search (see below)
  83.         E) Edit, in hex, the contents of the sector. you may type values
  84.             in directly. ESCAPE key returns to normal mode.
  85.         A) ASCII Edit, same as Edit, but in ASCII rather than hex.
  86.         K) Compute new checksum for this block.
  87.         U) Update - write this block back to the disk.
  88.         W) Write the data portion of this block to the save file (see below)
  89.  
  90.     Sector Search - 
  91.         The Sector search pull-down menu allows you to search the entire
  92. volume, sector by sector, looking for certain criteria. The criteria can
  93. be:
  94.         1) Filename with wildcards.
  95.         2) Parent block.
  96.         3) Header block.
  97.  
  98.     Thus, you can search for all files that fit the pattern "*.c", or
  99. all files that have a parent of 409. This is useful for finding sectors
  100. that have become 'de-linked' from the AmigaDOS filing system.
  101.  
  102.     The output of the search looks just like a regular sector filled with
  103. sector keys - you can use the JUMP command to go to any of those keys.
  104. The result of the search is not destroyed by this action and can be
  105. brought up later using the option 'Last Search'.
  106.  
  107.     Save File -
  108.         You can open a save file on another disk and save the DATA PORTION
  109. of any sector onto it. Each write is appended onto the last, thus if your
  110. file is TOTALLY trashed, you can at least get parts of it back (the parts
  111. you can find).
  112.     Use the 'Open' pull down menu to open the file and the 'Close' to
  113. close it. The 'W' key writes the current sector to the save file.
  114.     I have not tested this function, so be careful with it.
  115.  
  116.     Verify and Repair -
  117.         These functions aren't finished yet. Eventually they will perform
  118. DiskDoctor-like functions, except under close user control.
  119.  
  120.     Compute Hash Function -
  121.         This pull-down menu allows you to type a file or directory name,
  122. and it will set the position of the highlighted region based on the
  123. hash value of that name. Then, all you need do is hit 'J' (Jump) to go
  124. to the hash chain containing that block, and hit 'C' (Chain) until you
  125. get to the entry you want.
  126.  
  127.     Good Luck!
  128.                   ____
  129.                    /__ /-
  130.                   //-////\/
  131.  
  132. P.S. I have found that since SEC works with anything MOUNTED, it will work on
  133. the VD0:, this offers alot of options. For one you can modify VD0:, then do a
  134. Diskcopy from VD0: to you disk for fast disk minipulation, I see this as a fast
  135. way to speed up alot of work that to date has ad to be done in slow-mo.
  136.  
  137.             Reichart Von Wolfshield...PAX(Aug,23,87)